radiobutton: :hover on hover
authorBenjamin Otte <otte@redhat.com>
Fri, 15 Aug 2014 16:30:19 +0000 (18:30 +0200)
committerBenjamin Otte <otte@redhat.com>
Sat, 16 Aug 2014 14:34:15 +0000 (16:34 +0200)
No special cases, those go in the theme.

gtk/gtkradiobutton.c

index 86c7ca3df264e8c7153ad709934eefc0dcef2d4f..ec15635018f415a622d410710313fa322469f6c7 100644 (file)
@@ -862,7 +862,7 @@ gtk_radio_button_draw_indicator (GtkCheckButton *check_button,
       (button->priv->button_down && button->priv->in_button))
     state |= GTK_STATE_FLAG_ACTIVE;
 
-  if (button->priv->in_button && !(state & GTK_STATE_FLAG_INSENSITIVE))
+  if (button->priv->in_button)
     state |= GTK_STATE_FLAG_PRELIGHT;
 
   if (gtk_widget_get_direction (widget) == GTK_TEXT_DIR_RTL)